home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 November / Freeware November 1998.img / dist / fw_imap.idb / usr / freeware / src / imap / patches.z / patches
Text File  |  1998-10-27  |  2KB  |  56 lines

  1. *** ./src/osdep/unix/Makefile    Tue Sep  8 14:02:26 1998
  2. --- ../imap-4.4/./src/osdep/unix/Makefile    Sun Oct 25 17:52:14 1998
  3. ***************
  4. *** 111,117 ****
  5.   # Here if no make argument established
  6.   
  7.   missing: osdep.h
  8. !     $(MAKE) all CC=`cat CCTYPE` CFLAGS="`cat CFLAGS`"
  9.   
  10.   osdep.h:
  11.       @echo You must specify what type of system
  12. --- 111,117 ----
  13.   # Here if no make argument established
  14.   
  15.   missing: osdep.h
  16. !     $(MAKE) all CC="`cat CCTYPE`" CFLAGS="`cat CFLAGS`"
  17.   
  18.   osdep.h:
  19.       @echo You must specify what type of system
  20. *** ./Makefile    Fri Aug  7 19:31:16 1998
  21. --- ../imap-4.4/./Makefile    Sun Oct 25 12:26:10 1998
  22. ***************
  23. *** 51,57 ****
  24.   # mbox    if file "mbox" exists on the home directory, automatically moves mail
  25.   #     from the spool directory to "mbox" and uses "mbox" as INBOX.
  26.   
  27. ! EXTRADRIVERS=mbox
  28.   
  29.   
  30.   # The following plaintext login types are defined:
  31. --- 51,57 ----
  32.   # mbox    if file "mbox" exists on the home directory, automatically moves mail
  33.   #     from the spool directory to "mbox" and uses "mbox" as INBOX.
  34.   
  35. ! # EXTRADRIVERS=mbox    ### Commented out by Ariel, we don't want this
  36.   
  37.   
  38.   # The following plaintext login types are defined:
  39. ***************
  40. *** 269,275 ****
  41.   
  42.   rebuild:
  43.       @echo Rebuilding c-client for `cat OSTYPE`...
  44. !     $(CD) c-client;$(MAKE) all CC=`cat CCTYPE` CFLAGS="`cat CFLAGS`"
  45.   
  46.   rebuildclean:
  47.       sh -c '$(RM) rebuild || true'
  48. --- 269,275 ----
  49.   
  50.   rebuild:
  51.       @echo Rebuilding c-client for `cat OSTYPE`...
  52. !     $(CD) c-client;$(MAKE) all CC="`cat CCTYPE`" CFLAGS="`cat CFLAGS`"
  53.   
  54.   rebuildclean:
  55.       sh -c '$(RM) rebuild || true'
  56.